@charset "UTF-8";
body {
	color: #333;
	font: 18px/1.5 'Microsoft YaHei','微软雅黑',Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
	list-style-type:none;
	border:none
}


a {
	color: #333;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #888;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.main {
    max-width: 720px;
    margin: 0px auto;
    box-shadow: 0 7px 17px #ccc;
    padding: 1px 0 0;
	overflow:hidden;
	margin:0 auto;
	width:98%;
	background:#fff;
	box-shadow:0 0 15px #ccc;
	line-height:1.5;
}
.main img {
	margin:2px 8px 8px;
	max-width:98%;
}
.main p {
	margin: 0 0 1px 0;
}
/* 首页列表S */
.ind-line {
	margin: .2rem 0;
	width: 100%;
	border-bottom:1px solid #f4f5f5;
	background: #ddd;
	text-align: center;
	line-height: 2rem;
}

.ind-line a{
	width: 100%;
	display:block;
	background: #FFF;
	line-height: 2rem;
}
/* 首页列表E */

/* 首页栏目三个一行S */
.classtemp3 {
    overflow: hidden;
    width: 100%;
    margin-bottom: -1px;
    background: #fff;
}
.classtemp3 a {
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	width: 33.33%;
	height: 2rem;
	border-right: 1px solid #f4f5f5;
	border-bottom: 1px solid #f4f5f5;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2rem;
	cursor: pointer;
}
.classtemp3 a:hover {
    background: #FFFAF3;
}
/* 首页栏目三个一行E */

/* 首页栏目五个一行S */
.classtemp5 {
    overflow: hidden;
    width: 100%;
    margin-bottom: -1px;
    background: #fff;
}
.classtemp5 a {
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	width: 20%;
	height: 2rem;
	border-right: 1px solid #f4f5f5;
	border-bottom: 1px solid #f4f5f5;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2rem;
	cursor: pointer;
}
.classtemp5 a:hover {
    background: #FFFAF3;
}
/* 首页栏目五个一行E */

/* 搜索S */
.searchbar {
	border-bottom:1px solid #f4f5f5;
	width: 98%;
	padding: 2px 2px;
	text-align: center;
}
#searchform input {
	width: 58%;
	height: 31px;
	font: 16px "Microsoft YaHei", Helvetica;
	padding: 2px 10px;
	background: #ebebeb;
	border: 1px solid #ebebeb;
	border-radius: 8px 0 0 8px;
}
#searchform input:focus {
	outline: 0;
	background: #fff
}
#searchform button {
	overflow: visible;
	position: relative;
	border: 0;
	cursor: pointer;
	height: 37px;
	width: 22%;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	background: #2196f3;
	border-radius: 0 8px 8px 0
}
#searchform button:hover {
	background: #F44336
}
/* 搜索E */

/* 热搜_S */
.d_tags {
	padding: 8px 3px 1px 8px;
	background: #fff;
	border: 1px solid #d5cdcd;
	font-size: 13px;
	border-radius: 8px;	
}
.d_tags a:nth-child(15n) {
	background-color: #4A4A4A;
}
.d_tags a:nth-child(15n+1) {
	background-color: #428BCA;
}
.d_tags a:nth-child(15n+2) {
	background-color: #5CB85C;
}
.d_tags a:nth-child(15n+3) {
	background-color: #D9534F;
}
.d_tags a:nth-child(15n+4) {
	background-color: #567E95;
}
.d_tags a:nth-child(15n+5) {
	background-color: #B433FF;
}
.d_tags a:nth-child(15n+6) {
	background-color: #00ABA9;
}
.d_tags a:nth-child(15n+7) {
	background-color: #B37333;
}
.d_tags a:nth-child(15n+8) {
	background-color: #FF6600;
}
.d_tags a:nth-child(15n+9) {
	background-color: #0099FF;
}
.d_tags a:nth-child(15n+10) {
	background-color: #99CC33;
}
.d_tags a:nth-child(15n+11) {
	background-color: #9933FF;
}
.d_tags a:nth-child(15n+12) {
	background-color: #FF9900;
}
.d_tags a:nth-child(15n+13) {
	background-color: #FF33FF;
}
.d_tags a:nth-child(15n+14) {
	background-color: #CC3333;
}
.d_tags a:nth-child(15n+15) {
	background-color: #FF3366;
}
.d_tags a {
	color: #eee !important;
	border-radius: 8px;
	opacity: 0.90;
	filter: alpha(opacity=80);
	color: #fff;
	background-color: #428BCA;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 6px;
	line-height: 21px
}
.d_tags a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* 热搜_E */


/* 内容列表S */
.list {
	background:#ffffff;
    padding:1px;
    font-size:18px;
}
.list a {
	line-height:40px;
	display:block;
	border-bottom:1px solid #f4f5f5;
	position:relative;
}
/* 内容列表E */

/* 面包屑S */
.breadcrumb {
	margin: 5px;
	background: #f5f5f5;
	padding-left: 10px;
}
.breadcrumb a{
    margin-right: 8px;
}
/* 面包屑E */

/* 分页S */
.pages {
	margin:2px 0 0 0;
	text-align:center;
	width:100%;
	overflow:hidden;
}
.pages a {
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 12px;
	border-radius:2px;
	border:1px solid #C1C1C1;
	text-align:center;
	margin:3px 3px;
}
.pages>b,.pages a:hover {
	border:1px solid #00aeff;
	margin-top:-2px;
	background:#00aeff;
	border-radius:2px;
	color:white;
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 12px;
	text-align:center;
	margin:3px 3px;
	font-weight:100;
}
/* 分页E */

/* 内容标题S */
.header {
	background-color:#ddd;
	height: 28px;
}
.header h1 {
	font-size:18px;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width:100%;
}
/* 内容标题E */

/* 内容S */
.text {
	color:#333;
	font-size:18px;
	margin-top:5px;
	word-break:break-all;
	line-height:1.6em;
	margin:0px 3px 20px;
	letter-spacing:1px
}
/* 内容E */

/* TAG标签S */
.single-cat-tag {
	font-size: 17px;
	text-align:center;
}
.single-cat-tag a {
	display: inline-block;
	margin-right: 5px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
	background: #f5f5f5;
	border-radius: 14px;
	font-size: 16px;
	transition: all .2s ease;
}
.single-cat-tag a:before {
	content: "更多:";
	color: #2196F3;
	margin-right: 1px;
	font-weight: 700;
}
.single-cat-tag a:hover {
	background: #2196F3;
	color: #fff;
	text-decoration: none;
}
/* TAG标签E */


/* 上下篇S */
.next-prev {
	padding: 3px;
}
.next-prev  a {
	display:block;
	margin-bottom: 3px;
	padding: 5px;
	border: solid 1px #e5e5e5;
}
/* 上下篇E */
/* 导航栏目页S */
.dh {
	display:block;
	height:36px;
	line-height:36px;
	text-align:center;
	margin:0px 1px 10px;
	border:1px dashed #d3d3d3;
	background:#f6f6f6;
	font-size:15px;
}
.dh a {
	font-size:18px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.dh a:hover {
	background: #2196F3;
	color: #fff;
	text-decoration: none;
}
/* 导航栏目页E */

/* 最底部S */
.footet {
	text-align:center;
	font-size:12px;
	background-color:#ddd;
}
/* 最底部E */


/* 版权S */
.copyright {
	background-color: #333;
	color: #ddd;
	font-size:12px;
	line-height: 22px;
	padding: 5px 5px;
	text-align: center;
}
.copyright a {
	color: #3F8AF0;
}
.copyright span {
	margin: 0 10px;
}
/* 版权E */

/* 广告S */
.topright {
    border: 1px solid #ddd;
	background-color: #ebebeb;
    position: relative;
	border-radius: 8px;
	margin: 5px 5px 5px 5px;
}
.topright a {
	display: block;
    padding: 2px 2px 2px 2px;
    font-size: 18px;
	opacity: 0.90;
	color: #333;
	margin: 0 2px 2px 0;
	line-height: 21px
}
.topright  a:hover {
	color: #00aeff;
	background-color: #fff;
}
 .gg {
    position: absolute;
    background: #ccc;
    color: #fff;
    width: 22px;
    right: 5px;
    bottom: 5px;
    line-height: 12px;
    padding: 4px 0;
    text-align: center;
    font-size: 13px;
	border-radius: 3px;
}
/* 广告E */
